home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / flex-2.5 / flex-2 / flex-2.5.3 / MISC / Macintosh / alloca.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-25  |  132 b   |  11 lines

  1. /****************
  2. ** alloca.h
  3. **
  4. ** header for alloca()
  5. *****************/
  6.  
  7. typedef void *pointer;
  8.  
  9. pointer alloca(unsigned size);
  10.  
  11.